From b38f9ff3195345c77f70037d7f6c990c6c3d409b Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 20 Jun 1993 20:18:32 +0000 Subject: [PATCH] * config.h.in (HAVE_LONG_FILE_NAMES): Add an #undef, for autoconf to chew on. Re-arrange macros to reflect the ordering of the corresponding macros in configure.in, to facilitate this kind of checking. --- src/config.in | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/src/config.in b/src/config.in index 0eba46124d7..0e2e0a2623b 100644 --- a/src/config.in +++ b/src/config.in @@ -79,28 +79,39 @@ and this notice must be preserved on all copies. */ that & in the full name stands for the login id. */ #undef AMPERSAND_FULL_NAME -/* Some things figured out by the configure script. */ +/* Some things figured out by the configure script, grouped as they are in + configure.in. */ #undef HAVE_SYS_TIMEB_H #undef HAVE_SYS_TIME_H +#undef STDC_HEADERS +#undef TIME_WITH_SYS_TIME + +#undef HAVE_LIBDNET + #undef HAVE_ALLOCA_H + #undef HAVE_GETTIMEOFDAY #undef HAVE_GETHOSTNAME #undef HAVE_DUP2 #undef HAVE_RENAME +#undef HAVE_CLOSEDIR + +#undef TM_IN_SYS_TIME #undef HAVE_TM_ZONE #undef HAVE_TZNAME -#undef TM_IN_SYS_TIME -#undef STDC_HEADERS -#undef TIME_WITH_SYS_TIME + +#undef const + +#undef HAVE_LONG_FILE_NAMES + #undef CRAY_STACKSEG_END #undef STACK_DIRECTION -#undef const + #undef UNEXEC_SRC -#undef HAVE_LIBDNET + +#undef HAVE_LIBXBSD #undef HAVE_XRMSETDATABASE #undef HAVE_RANDOM -#undef HAVE_LIBXBSD -#undef HAVE_CLOSEDIR /* If using GNU, then support inline function declarations. */ #ifdef __GNUC__ -- 2.30.2